Description: Calculate the modulus of a sequence of complex numbers. Syntax: A.comabs() Note: External library function sequence of complex numbers, modulus, vector
Description: Fill missing values using the specified constant value. Syntax: A.fillcons(v) Note: The function uses constfill, missing value, vector, matrix
Description: Fill missing values according to the specified method. Syntax: A.fillmthd(m) Note: The function fills missifill, missing value, vector, matrix
Description: Calculate the mean absolute error between two vectors. Syntax: mae(A,B) Note: The function calculates the amean absolute error, vector